projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe6b90
)
* lisp/emacs-lisp/bytecomp.el: Remove unused debugging statements.
author
Vibhav Pant
<vibhavp@gmail.com>
Sat, 21 Jan 2017 06:07:20 +0000
(11:37 +0530)
committer
Vibhav Pant
<vibhavp@gmail.com>
Sat, 21 Jan 2017 06:07:20 +0000
(11:37 +0530)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index cb235697ed0aaded00e2a9b75c1bdcfafcf41e51..3c59c92c042953dee212cf2c279f189624b8f31a 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-4083,11
+4083,9
@@
that suppresses all warnings during execution of BODY."
clauses nil))
((cdr clauses)
(byte-compile-form (car clause))
- ;; (message "out %s" donetag)
(if (null (cdr clause))
;; First clause is a singleton.
(byte-compile-goto-if t byte-compile--for-effect donetag)
- ;; (message "inside %s" donetag)
(setq nexttag (byte-compile-make-tag))
(byte-compile-goto 'byte-goto-if-nil nexttag)
(byte-compile-maybe-guarded (car clause)